projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de1447
)
Remove stray format character
author
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 11 Feb 2018 14:58:16 +0000
(14:58 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 11 Feb 2018 23:28:50 +0000
(23:28 +0000)
We are not using any string in the debug message.
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index f6d396d5d43c4684e3be8504a7da474381c23f1f..ee2fbd3dc6967c215ded72980195aada9005c2c8 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-3976,7
+3976,7
@@
tablet_pad_ring_handle_angle (void *data,
GdkWaylandTabletPadGroupData *group = data;
GDK_NOTE (EVENTS,
- g_message ("tablet pad ring handle angle,
%s
ring = %p angle = %f",
+ g_message ("tablet pad ring handle angle, ring = %p angle = %f",
wp_tablet_pad_ring, wl_fixed_to_double (angle)));
group->axis_tmp_info.value = wl_fixed_to_double (angle);